home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / rigctrl / os2ft990 / install.inf < prev    next >
INI File  |  1995-07-18  |  2KB  |  64 lines

  1. [dialog]
  2.     caption = "os2ft990 Installation"
  3.     line1 = "Installing os2ft990"
  4. ; The diskkfmt is [optional] remove this line entirely to not show Total Disk space needed.
  5.     diskkfmt = "Total Disk Requirement: %dK"
  6.  
  7. [buttons]
  8. ;1-on/0-off, K-needed, "button text"
  9. ;First item is a dummy and indicates base-level (installLevel 0) required. It is the total K required.
  10. ;Subsequent items control inclusion/exclusion of installLevel N. Upto 4 checkboxes.
  11.     1, 1430, "Total K Needed for everything."
  12.     1, 30, ""
  13.  
  14. [data]
  15. ; Below defdir is known as 0: as a destination ONLY and libdir is known as L:
  16.     defdir = C:\os2ft990
  17.     libdir = W:RlzRun20
  18.  dlldir = W:DLL
  19.  
  20. [disks]
  21.     1 =., "OS2ft990 Disk 1"
  22.     2 =., "OS2ft990 Disk 2"
  23.  
  24. [app.tree]
  25. ; Must be #appN where N is the installLevel at least one line per destination directory.  SPECIAL, 0: indicates user-
  26. ; specified data.defdir (default above),  SPECIAL, L: indicates data.libdir (default above) if present, else same as "0:".
  27.     #app0.main,            0:
  28.     #app0.lib,            L:
  29.     #app0.dll,            D:
  30.  
  31.     #app1.but1,            0:
  32. ; In each section, list of source files.  The 1: or 2: only matters when the file is not found, in which
  33. ; case it selects a prompt from the [disks] section above.
  34. [app0.main]
  35.     1:os2ft990.exe,   "Application"
  36.     1:obj3d.dll
  37.     1:help1.hlp
  38.     1:ca_print.dll
  39.  
  40. [app0.lib]
  41.     2:rlzrun20.rts,   "Runtime Libraries"
  42.  
  43. [app0.dll]
  44.     1:cable.dll,   "Runtime DLLs"
  45.  
  46. [app1.but1]
  47.     1:help1.hlp
  48.  
  49. [progman.groups]
  50. ; Groupname [,any 2nd param indicates do not minimize] The application name literally must match below.
  51. "OS2ft990 Control" ,1
  52.  
  53. [OS2ft990 Control]
  54. ;installLevel, "Title", cmdLine [, iconFile [, iconDex]]
  55.     0, "OS2ft990 Control",        0:os2ft990.exe
  56.  
  57. ;[inifiles]
  58. ;0, inifilename, sectionheader
  59. ;    followed by any number of:
  60. ;1, variable, string
  61. ;    0, Junk1.INI, "Junk section"
  62. ;    1, Maximized, 1
  63.  
  64.